![]() |
smRoman |
Header: Script.h |
enum { smRoman = 0, smJapanese = 1, smTradChinese = 2, smKorean = 3, smArabic = 4, smHebrew = 5, smGreek = 6, smCyrillic = 7, smRSymbol = 8, smDevanagari = 9, smGurmukhi = 10, smGujarati = 11, smOriya = 12, smBengali = 13, smTamil = 14, smTelugu = 15, smKannada = 16, smMalayalam = 17, smSinhalese = 18, smBurmese = 19, smKhmer = 20, smThai = 21, smLao = 22, smGeorgian = 23, smArmenian = 24, smSimpChinese = 25, smTibetan = 26, smMongolian = 27, smEthiopic = 28, smGeez = 28, smCentralEuroRoman = 29, smVietnamese = 30, smExtArabic = 31, smUninterp = 32 };
Specifies the Roman script system.
Specifies the Japanese script system.
Specifies the traditional Chinese script system.
Specifies the Korean script system.
Specifies the Arabic script system.
Specifies the Hebrew script system.
Specifies the Greek script system.
Specifies the Cyrillic script system.
Specifies right-to-left symbols. The script code represented by the constant smRSymbol is available as an alternative to smUninterp, for representation of special symbols that have a right-to-left line direction. Note, however, that the script management system provides no direct support for representation of text with this script code.
Specifies the Devanagari script system.
Specifies the Gurmukhi script system.
Specifies the Gujarati script system.
Specifies the Oriya script system.
Specifies the Bengali script system.
Specifies the Tamil script system.
Specifies the Telugu script system.
Specifies the Kannada/Kanarese script system.
Specifies the Malayalam script system.
Specifies the Sinhalese script system.
Specifies the Burmese script system.
Specifies the Khmer script system.
Specifies the Thai script system.
Specifies the Georgian script system.
Specifies the Armenian script system.
Specifies the simplified Chinese script system.
Specifies the Tibetan script system.
Specifies the Mongolian script system.
Specifies the Geez/Ethiopic script system. This constant is the same as smGeez.
Specifies the Geez/Ethiopic script system.
Specifies the Extended Roman script system for Vietnamese.
Specifies the extended Arabic for Sindhi script system.
Uninterpreted symbols. The script code represented by the constant smUninterp is available for representation of special symbols, such as items in a tool palette, that must not be considered as part of any actual script system. For manipulating and drawing such symbols, the smUninterp constant should be treated as if it indicated the Roman script system rather than the system script; that is, the default behavior of uninterpreted symbols should be Roman.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)